An Expression is a formula that yields values when evaluated in a context.
An Unary Expression is one specific kind of Expression consisting of one Operator (+, -,not, or, etC.) and exactly one Operand. The Operand can itself be an Expression.